home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / smalltalk < prev    next >
Encoding:
Text File  |  1995-04-11  |  47.2 KB  |  865 lines

  1. Archive-name: smalltalk-faq
  2. Last-modified: 1994/10/4
  3. Version: 4.1
  4.  
  5.  
  6. This compilation copyright (C) 1994 by Craig Latta. Permission is
  7. hereby granted for noncommercial reuse, subject to the approval of
  8. quoted contributors.
  9.  
  10. This is a Smalltalk frequently-asked-questions (FAQ) document,
  11. distributed by Craig Latta (Craig.Latta@NetJam.ORG). It is posted
  12. fortnightly to the USENET newsgroups comp.lang.smalltalk and
  13. news.answers.
  14.  
  15. There now exists a WWW-verison (converted by Henrik Gedenryd) at
  16. http://XCF.Berkeley.EDU/misc/smalltalk/FAQ.
  17.  
  18. Section 0.3 describes all the different ways to get this document. 
  19.  
  20. Please send contributions, suggestions and comments to
  21. Smalltalk-request@XCF.Berkeley.EDU. They are greatly appreciated!
  22.  
  23.  
  24. Thanks,
  25.  
  26. -C
  27.  
  28. Changes
  29.  
  30. The www version of the FAQ has a history list of changes and addtions,
  31. with links to their locations. Look there to find out what has been
  32. changed.
  33.  
  34. _________________________________________________________________________
  35. ______________________________ Contents:
  36.  
  37. 0.0) [Meta-issues]
  38.  
  39. 0.1) How can I browse ftp sites and their data without using my own disk space (unless I want to keep data), and locate files on ftp sites, given pathname fragments?
  40. 0.2) Is comp.lang.smalltalk archived or available via email? 0.3) Where and how can I get this FAQ?
  41.  
  42. 1.0) [Archival]
  43.  
  44. 1.1) What free or low-cost Smalltalk implementations are there? How can I get GNU Smalltalk?
  45. 1.2) What Smalltalk archives are there?
  46.  
  47. 2.0) [Projects]
  48.  
  49. 2.1) What is Smallmusic?
  50. 2.2) What is CoolDraw?
  51. 2.3) What is SmallDraw?
  52. 2.4) What work is being done with neural nets in Smalltalk? 
  53.  
  54. 3.0) [References]
  55.  
  56. 3.1) Can someone recommend a good introduction to Model-View-Controller concepts?
  57. 3.2) Is there a Smalltalk bibliography?
  58. 3.3) What are the "blue book", "purple book", etc? 3.4) Who are some employers of Smalltalk programmers? 3.5) What is the Smalltalk Report?
  59. 3.6) Is there a GNU Smalltalk tutorial?
  60. 3.7) What's a summary of multiple inheritance in Smalltalk? 3.8) What's the status of the ANSI Smalltalk standardization effort? 3.9) Have there been any studies done on performance differences between complete C++/Smalltalk (specifically ObjectWorks\Smalltalk) applications in terms of runtime and space consumption? 3.10) Where can I learn about the history of Smalltalk? 3.11) How can I get the Smalltalk Resource Guide? 
  61.  
  62. 4.0) [Programming issues]
  63.  
  64. 4.1) What are some "classic Smalltalk bugs", both in the system and programmer domains?
  65. 4.2) How do I use Pool dictionaries?
  66. 4.3) When browsing sources, I see 't1', 't2', etc., instead of semantically relevant variable names. What's going on? 4.4) What happened to >>deepCopy in ParcPlace Smalltalk? 
  67.  
  68. 5.0) ["Vendor"-specific issues]
  69.  
  70. 5.1) How compatible is GNU Smalltalk with Smalltalk-80 (or Smalltalk/V)? 
  71.  
  72. 5.2)* How do I contact the producers of various Smalltalk implementations?
  73. 5.3) How can I get information about HP distributed Smalltalk? 
  74.  
  75. 6.0) [Smalltalk implementation issues]
  76.  
  77. 6.1) Is Smalltalk interpreted or compiled? 
  78.  
  79. _________________________________________________________________________ ______________________________
  80.  
  81. 0.0) [Meta-issues]
  82.  
  83. 0.1) How can I browse ftp sites and their data without using my own disk space (unless I want to keep data), and locate files on ftp sites, given pathname fragments?
  84.  
  85. See a separate document in the WWW FAQ.
  86.  
  87. 0.2) Is comp.lang.smalltalk archived or available via email? 
  88.  
  89. Yes:
  90.  
  91. Info-CLS (formerly Smalk) is a mailing list which is bidirectionally gatewayed with comp.lang.smalltalk (via NETNEWS@AUVM.BitNet). Every posting to c.l.s (with distribution options USA or world) gets distributed to all subscribers of Info-CLS, and vice versa every mailing to Info-CLS gets posted to c.l.s.
  92.  
  93. There is a mailarchive associated with this list, i.e. every posting/mailing gets archived and can be keyword searched by e-mail. In order to search the archive, which started somewhere around September '92, send a mail message to LISTSERV@vm.gmd.de containing something like: 
  94.  
  95.  
  96. -----------------------------------cut here---- //
  97. Database Search DD=Rules
  98. //Rules DD *
  99. Search type & checking in INFO-CLS
  100. index
  101. print
  102. /*
  103. -----------------------------------and here---- as the body part of the message. On details for more finegrained retrievals, read the doc which is obtainable by sending 
  104.  
  105. GET LISTDB MEMO
  106.  
  107. as the body part of a mail message to the listserv. 
  108.  
  109. In order to get subscribed, send a mail message to the listserv, containing
  110.  
  111. SUBSCRIBE Info-CLS Your I. Name
  112.  
  113. or drop me a note.
  114.  
  115. I want to add that I'm in the middle of preparing about another years postings for upload (91-92), and am interested in further private loggings for upload.
  116.  
  117. The archive is also available via gopher, but unfortunately only as monthly chunks - which taaakes aaa looong tiiime to retrieve them. I haven't succeeded yet in convincing the staff at vm.gmd.de to install software which can make single postings available by subject. 
  118.  
  119. On my wishlist is a system written in (GNU) Smalltalk, accessible via TCP/IP, representing some kind of 'remote dictionary'. But that's far in the clouds.
  120.  
  121. -j|g (Joerg Rade jrade1@gwdg.de)
  122.  
  123. 0.3) Where and how can I get this FAQ?
  124.  
  125. It is (ostensibly) posted fortnightly to the USENET newsgroups comp.lang.smalltalk and news.answers.
  126.  
  127. There now exists a WWW-verison (by Henrik Gedenryd) at http://XCF.Berkeley.EDU/misc/smalltalk/FAQ. 
  128.  
  129. It is also available by in plain text as ftp://XCF.Berkeley.EDU/pub/misc/smalltalk/FAQ/FAQ.txt. ftp://RTFM.MIT.EDU/pub/usenet-by-hierarchy/comp/lang/smalltalk/ 
  130.  
  131. Finally, it can be obtained by mail by emailing Smalltalk-request@XCF.Berkeley.EDU with the subject line "request for FAQ". The machine XCF.Berkeley.EDU has IP address 128.32.138.1. 
  132.  
  133. _________________________________________________________________________ ______________________________
  134.  
  135. 1.0) [Archival]
  136.  
  137. 1.1) What free or low-cost Smalltalk implementations are there? How can I get GNU Smalltalk?
  138.  
  139. GNU Smalltalk is free. The most current location, to my knowledge, is ftp://prep.ai.mit.edu/pub/gnu/smalltalk-1.1.1.tar.gz. However, don't use this site. There is a huge load on it, so you can get things much faster from the sites below (selected sites taken from ftp://prep.ai.mit.edu/pub/gnu/GNUinfo/FTP): 
  140.  
  141. Two out of many US sites:
  142. wuarchive.wustl.edu:/systems/gnu,
  143. archive.cis.ohio-state.edu
  144. And these foreign sites:
  145. ftp.cs.ubc.ca:/mirror2/gnu (Western Canada), ftp.unicamp.br:/pub/gnu (Brazil),
  146. archie.au:/gnu (Australia),
  147. ftp.technion.ac.il:/pub/unsupported/gnu(Israel), ftp.sun.ac.za:/pub/gnu (South Africa),
  148. archive.eu.net:/gnu (Europe),
  149. utsun.s.u-tokyo.ac.jp:/ftpsync/prep(Japan ). 
  150.  
  151. Please do NOT use a site outside your country, until you have checked all sites inside your country, and then your continent. Trans-ocean TCP/IP links are very expensive and usually very low speed. 
  152.  
  153. Little Smalltalk, by Timothy Budd, is available as a book and sources, at bookstores. It is also available as
  154.  
  155. Version 1 [as in the book]
  156. ftp://ftp.cs.orst.edu/pub/budd/small.v1.tar.Z Version 3 [allegedly slightly better]
  157. ftp://ftp.cs.orst.edu/pub/budd/small.v3.tar 
  158.  
  159. 1.2) What Smalltalk archives are there?
  160.  
  161. There are many. Most of them simply archive GNU smalltalk, but there are also a few large archives containing many interesting and varied sources. All of the sites may be retrieved by invoking 'archie smalltalk' (see section 0.1 on 'archie'). For convenience, descriptions of a few of the archives follow. If you have a site/announcement you'd like included, please let me know.
  162.  
  163. Location: ftp://XCF.Berkeley.EDU/pub/misc/smalltalk 
  164. Summary: Smalltalk FAQ, smallmusic discussion archive. Location: ftp://mushroom.cs.man.ac.uk/pub/goodies 
  165. Summary: The Manchester Smalltalk archive. Information about it is posted regularly to comp.lang.smalltalk. Location: WWW: http://st-www.cs.uiuc.edu/, FTP: ftp://st.cs.uiuc.edu/pub 
  166.  
  167. Summary: The UIUC Smalltalk archive (which has local files and a mirror of the Manchester archive.)
  168. Document: ftp://ccrma-ftp.stanford.edu/pub/st80/README 
  169. Summary: Information about various Smalltalk-related offerings, including the Musical Object Development Environment (MODE). 
  170.  
  171. Vendors' archives:
  172.  
  173. ParcPlace (ObjectWorks, VisualWorks, etc.) 
  174. gopher://parcbench.parcplace.com/11/ParcBenchII QKS (SmalltalkAgents, etc.)
  175. WWW page: http://www.qks.com/../netresources.f/netresources.html FTP directly: ftp://ftp.qks.com/pub/
  176. _________________________________________________________________________ ______________________________
  177.  
  178. 2.0) [Projects]
  179.  
  180. 2.1) What is Smallmusic?
  181.  
  182. A work group has formed to discuss and develop an object-oriented software system for music. The current environment is Smalltalk 80. The email address for the group is smallmusic@XCF.Berkeley.EDU. If you are interested in joining the discussion, email smallmusic-request@XCF.Berkeley.EDU, with the subject line "add me". 
  183.  
  184. The abstract and outline to a recent version of our working paper follows. The document is available via ftp as ftp://ccrma-ftp.stanford.edu/pub/st80/OOMR6.t. (No it isn't! --hg) 
  185.  
  186. Thanks,
  187. Craig Latta
  188.  
  189. latta@XCF.Berkeley.EDU
  190.  
  191. ***
  192.  
  193. Abstract to the working document:
  194.  
  195. This document describes an object-oriented description language for musical parameters, events and structures known as the Smallmusic Object Kernel (SmOKe) . In object-oriented software terms, the representation is described in terms of software class hierarchies of objects that share state and behavior and implement the description language as their protocol.
  196.  
  197. The authors believe this representation, and its proposed linear ASCII description in Smalltalk-80 syntax, to be well-suited as a basis for: (1) concrete description languages in other languages, (2) specially-designed binary storage and interchange formats, and (3) use within and between interactive multi-media, hypermedia applications in several application domains.
  198.  
  199. There is an article about an environment implementing SmOKe, called the Musical Object Development Environment (MODE), in the Computer Music Journal, volume 16 number 3. There's an "outrageously sexy" screen shot of the MODE on the cover.
  200.  
  201. 2.2) What is CoolDraw?
  202.  
  203. Newsgroups: comp.lang.smalltalk
  204. From: bnfb@csr.uucp (Bjorn Freeman-Benson) Subject: CoolDraw - HotDraw with Constraints (or ThingLab: The Next Generation)
  205. Organization: University of Victoria, Victoria, BC, Canada Date: Tue, 6 Apr 93 05:15:29 GMT
  206.  
  207. A while back I saw a query in this group about updated version of ThingLab. Well, I'm happy to announce that although the name has changed, the philosophy is the same, and CoolDraw is now available via anonymous FTP. Here is the READ.ME:
  208.  
  209. CoolDraw Release 3 Documentation 5-Apr-93 
  210.  
  211. I. What is CoolDraw?
  212.  
  213. CoolDraw is a constraint-based object-oriented drawing framework. CoolDraw is similar to other MacDraw-like packages with one major exception: everything in CoolDraw is done with constraints. The user interface is done with constraints. Constraints can be added between figures. Even the constraint debugger (a future feature) will be done with constraints. The total integration of constraints makes it "pretty darn cool". The system is written in ParcPlace Smalltalk-80 release 4.1. 
  214.  
  215. CoolDraw is similar to other systems such as IntelliDraw, Chimera, and Briar. Also note that CoolDraw is a technology demonstration and research tool -- not a fully debugged product. Occasionally it requires some loving care. And, quite naturally, it has some unimplemented features. 
  216.  
  217. II. How do I use it?
  218.  
  219. Open a CoolDrawingEditor using the "open" message. On the left is a tool palette. The top tools are the usual drawing tools: selection, move to front, move to back, erase, etc. The middle tools are figure creation tools: line, rectangle, ellipse, and so on. The bottom four tools are the constraint creation and deletion tools: three for creation (one variable, two variable, and three variable constraints) and one for deletion. 
  220.  
  221. While you automatically use constraints by just creating figures and moving them around on the screen (because the entire system uses constraints internally), if you want to create explicit constraints, you have to use one of the tools. The cursor of the tool changes to indicate how many figures have been selected and when enough are selected a dialog box appears with a standard selection of constraints. If you want some other constraint, then press the "Custom" button and a second dialog box offering a co
  222. mplete selection of constraints will appear. 
  223.  
  224. When the constraint deletion tool is clicked on a figure, it offers a list of all the explicit constraints attached to that figure. Any number can be selected and deleted at once.
  225.  
  226. III. How do I get it?
  227.  
  228. Anonymous FTP from ursamajor.uvic.ca in ~ftp/ursa/constraints/CoolDraw. [The correct URL is ftp://ursamajor.uvic.ca/ursa/constraints/CoolDraw/. -- hg]
  229.  
  230. There are two options. Get the image:
  231.  
  232. cooldraw.image.tar.Z
  233. or get the source code:
  234.  
  235. cooldraw.source.tar.Z
  236. IV. What are the bugs?
  237.  
  238. Numerous. The major flaws are that the constraint system is not currently powerful enough to solve cycles or simultaneous equations, and that there is not a large selection of figures. Minor ones include that the three constraint tool is not implemented.
  239.  
  240. The most noticable un-bug is that the constraints do not always do what you expect. This is a well-known problem is constraint research and has no known solution short of a mind-reading computer. The constraint hierarchies that CoolDraw uses can help, and future versions will have more default weak constraints to create "expected" behavior. 
  241.  
  242. V. What are the future plans?
  243.  
  244. We intend to continue work on three fronts: (1) fix the details (make more figures available; fix the dialog boxes; provide a wider assortment of built-in constraints; implement the three constraint tool; etc.); (2) improve the constraint solver to deal with more complex constraints yet retain its efficiency; (3) add other cool things such as constraint debugging tools, animation, etc.
  245.  
  246. VI. What else should I know?
  247.  
  248. Without explicitly inspecting the drawing, there is no access to the internal consistency constraints of the figures. 
  249.  
  250. VIII. Credits and Copyright
  251.  
  252. See the startup screen.
  253.  
  254. The CoolDraw code is copyright 1993 by Bjorn N. Freeman-Benson, and its commercial use is restricted. For information about the HotDraw or SkyBlue code, contact the respective authors: Ralph Johnson and Michael Sannella.
  255.  
  256. Naturally, we would be happy to hear from anyone who uses, plays around with, or just looks at the system.
  257.  
  258. Regards,
  259.  
  260. Bjorn N. Freeman-Benson
  261.  
  262. 2.3) What is SmallDraw?
  263.  
  264. From: benson@siemens.siemens.com (Dan Benson) Subject: SmallDraw for VisualWorks
  265. Organization: Siemens Corporate Research, Inc Date: Tue, 29 Jun 1993 18:37:28 GMT
  266.  
  267. I recently submitted a version of SmallDraw that now runs under VisualWorks to the Illinois archive. It's availabe via anonymous ftp at: st.cs.uiuc.edu as /pub/st80_vw/SmallDraw.VW 
  268.  
  269. SmallDraw is a very simple structured graphics editor that was originally written to run under Release 4.0. I wrote a series of three articles for The Smalltalk Report last year in which I used the SmallDraw application to illustrate Release 4 graphics and MVC construction. The modifications to SmallDraw to make it run under VisualWorks were made by David Arctur (arctur@djembe.geoplan.ufl.edu). Thank you David! 
  270.  
  271. Dan Benson Siemens Corporate Research, Inc. (609) 734-3668 755 College Road East
  272. dbenson@scr.siemens.com Princeton, NJ 08540 2.4) What work is being done with neural nets in Smalltalk? 
  273.  
  274. From: rvl@tomcat1.tomcat.de ( GF)
  275. Newsgroups: comp.ai.neural-nets,comp.lang.smalltalk Date: 3 Nov 93 10:25:15 GMT
  276. Organization: TOMCAT, Germering, Germany There exists one small implementation of "The simple Neural Network for taught Samples Distinguishing", which has been realised at Technical University in Prague (CVUT) supported by Tomcat. This first version is implemented in ST/V, and will be ported to ST/X in the next future. 
  277.  
  278. For more information the best way is to contact us (with your address), we will send you some papers..., or to contact the CVUT directly via eMail:
  279.  
  280. muller@sclab.felk.cvut.cz Dr. Mueller
  281. kolar@cslab.felk.cvut.cz Dr. Kolar
  282.  
  283. (both are Docs at the university and co-owners of FELTECH ltd. specialised in OO-Technology)
  284.  
  285. Richard.
  286.  
  287. Tomcat computer GmbH
  288. Richard v. Lavante
  289. Fruehlingstr. 4
  290. D-82110 Germering bei Muenchen
  291. Germany
  292. eMail rvl@tomcat.de
  293. Tel. +49-89-84 99 92
  294. Fax. +49-89-84 95 44
  295. _________________________________________________________________________ ______________________________
  296.  
  297. 3.0) [References]
  298.  
  299. 3.1) Can someone recommend a good introduction to Model-View-Controller concepts?
  300.  
  301. From: ege@blitz.fiu.edu (Dr. Raimund K. Ege) Newsgroups: comp.lang.smalltalk
  302. Subject: Re: MVC -- good introductions?
  303. Date: 8 Mar 92 18:26:40 GMT
  304. Organization: Florida International Univ. 
  305.  
  306. Look at Chapter 10 in the following book that just came out: 
  307.  
  308. Programming in an Object-Oriented Environment, by Raimund K. Ege Academic Press, Inc., San Diego, CA, 1992, hardcover, ISBN 0-12-232930-9 To order call 1-800-321-5068.
  309. (also: Academic Press Limited, London, United Kingdom) 
  310.  
  311. It presents a complete and thorough introduction to all object-oriented concepts. It contains a large example/case study, and a comparison of major OO programming languages.
  312.  
  313. In addition, the book extends the object-oriented view to all elements of the programming environment: data structures and algorithms, programming tools, user interfaces, data bases and software design. 
  314.  
  315. Chapter 10 is on user interfaces: it describes and illustrates the Smalltalk MVC paradigm (also: InterViews) 
  316.  
  317. --
  318. Raimund K. Ege, School of Computer Science Florida Int'l University
  319. ege@scs.fiu.edu (305) 348-3381 University Park ege@servax.bitnet FAX (305) 348-3549 Miami, FL 33199 **
  320. From: asmundvn@dcs.glasgow.ac.uk (Nils Erik Asmundvaag) Newsgroups: comp.lang.smalltalk
  321. Subject: Re: MVC -- good introductions?
  322. Date: 11 Mar 92 10:56:38 GMT
  323. Organization: Glasgow University Computing Science Dept. 
  324.  
  325. The book
  326.  
  327. Smalltalk-80: A Practical Introduction (ISBN 0-273-03105-8) 
  328.  
  329. by Philip D. Gray & Ramzan Mohamed, 1990, and published by Pitman (at least in the UK) contains two chapters on interactive applications and the MVC. 
  330.  
  331. I found it very helpful when first learning about the MVC. 
  332.  
  333. Nils E. Asmundvaag
  334.  
  335. ------------------------------------------------------------------------- ------
  336. Nils Erik Asmundvaag
  337. University of Glasgow, Scotland
  338. asmundvn@dcs.glasgow.ac.uk asmundvn@uk.ac.glasgow.dcs **
  339. From: bruce@utafll.uta.edu (Bruce Samuelson) Newsgroups: comp.lang.smalltalk
  340. Subject: Re: how are st80 views and controllers used? Date: 12 Mar 92 14:12:48 GMT
  341. Organization: UTexas at Arlington, Linguistics 
  342.  
  343. There are two papers on MVC that provide an introductory overview of the pre-version 4.0 ST80 scheme. Much of what's in them also applies to version 4.0. I understand that one of PPS's priorities in the forthcoming version 4.1 will be improved documentation. We'll see how well they explain the new windowing scheme launched in version 4.0. It would certainly be helpful to get an overview of what's going on before plunging into the source code of the myriad new classes. 
  344.  
  345. (1) A Cookbook for using the Model-View-Controller User Interface Paradigm in Smalltalk-80 by Glenn E. Krasner and Stephen T. Pope, Journal of Object-Oriented Programming, volume 1 number 3, pp. 26-49, 1988 
  346.  
  347. (2) Applications Programming in Smalltalk-80: How to Use Model-View-Controller (MVC) by Steve Burbeck, Softsmarts, Inc., copyright 1987.
  348.  
  349. The second paper is probably no longer available. I think Softsmarts is the company that used to sell a version of Smalltalk for 80286 machines but went out of business some years ago. The phone number on the paper is listed as 415-327-8100 (Palo Alto, California). You may try asking ParcPlace (or, less likely, Digitalk) if they have copies of Burbeck's paper.
  350.  
  351. --
  352. ********************************************************** * Bruce Samuelson Department of Linguistics * bruce@ling.uta.edu University of Texas at Arlington ********************************************************** 
  353.  
  354. 3.2) Is there a Smalltalk bibliography?
  355.  
  356. There are many... here is one:
  357.  
  358. From: schultz@grebyn.com (Ronald Schultz) Newsgroups: comp.lang.smalltalk
  359. Subject: Smalltalk Relevant Texts
  360. Date: 10 Jan 92 16:08:05 GMT
  361. Organization: Grebyn Timesharing
  362.  
  363. A list of Smalltalk-relevant texts. Retrieved from the Digitalk forum on Compuserve. If you know of any additional texts, please let me know. Thanx.
  364.  
  365. ============================================ Ron Schultz
  366. Berard Software Engineering, Inc.
  367. Columbus Ohio Office Headquarters
  368. 5634 Claire Court 301 Lakeforest Drive
  369. Dublin, Ohio 43017 Gaithersburg, Md. 20877 Phone (614) 798-0295 (301) 417-9885
  370. FAX (614) 798-0296 (301) 417-0021
  371. ============================================ 
  372.  
  373. Smalltalk 80 The Language, Adele Goldberg & David Robson 
  374. Addison-Wesley 1989 ISBN 0-201-13688-0
  375. Smalltalk 80 The Interactive Programming Environment, Adele Goldberg 
  376. Addison Wesley 1984 ISBN 0-201-11372-4
  377. Smalltalk 80 Bits of History, Words of Advice , Glenn Krasner 
  378. Addison Wesley 1984 ISBN 0-201-11669-3
  379. Inside Smalltalk Volume I, Wilf Lalonde & John Pugh 
  380. Prentice Hall 1991 ISBN 0-13-468414-1
  381. Inside Smalltalk Volume II, Wilf Lalonde & John Pugh 
  382. Prentice Hall 1991 ISBN 0-13-465964-3
  383. Object-Oriented Graphics, P. Wisskirchen 
  384. Springer-Verlag 1990 ISBN 3-540-52859-8
  385. Practical Smalltalk: Using Smalltalk/V, Dan Shafer and Dean A. Ritz. 
  386. Springer-Verlag ISBN 0-387-97394-X
  387. Rapid Prototyping for Object Oriented Systems, Mark Mullen 
  388. Addison Wesley 1990 ISBN 0-201-55024-5
  389. Object-Oriented Design, Peter Coad and Ed Yourdon 
  390. Yourdon Press 1991 ISBN 0-13-630070-7
  391. Object Oriented Programming for Artificial Intelligence, Ernest Tello 
  392. Addison Wesley 1989 ISBN 0-201-09228-x
  393. The Well Tempered Object, Stephen Travis Pope 
  394. MIT Press 1991 ISBN 0-262-16126-5
  395. RefTalk/Vwin, David Carl O'Neal
  396. NuVista Press 1991 ISBN pending
  397. Human-Computer Interface Design Guidelines, C. Marlin Brown 
  398. Ablex Publishing 1989 ISBN 0-89391-332-4 Designing Object-Oriented Software,
  399. Rebecca Wirfs-Brock, Brian Wilkerson, and Lauren Wiener Prentice-Hall 1990 ISBN 0-13-629825-7
  400. Object Oriented Programming with Smalltalk/V, Dusko Savic 
  401. Ellis Horwood 1990 ISBN 0-13-040692-9
  402. An Introduction to Object Oriented Programming & Smalltalk 
  403. Lewis Pinson & Richard Wiener
  404. Addison Wesley 1988 ISBN 0-201-19127-x
  405. SAA Common User Access Advanced Interface Design Guide 
  406. IBM 1989 IBM Document # SC26-4582-0
  407.  
  408. IBM Red Books
  409.  
  410. ----(Available from your IBM representative. Contact your local office of IBM and request the placing of an IBM Red Book Order. If you are an IBM customer, the books are free. If you are not an IBM customer, the books may have a nominal fee.)----
  411.  
  412. A Practical Introduction to Object Oriented Programming 
  413. IBM 1990 IBM Document # GG24-3641
  414. Object Oriented Design - A preliminary Approach 
  415. IBM 1990 IBM Document # GG24-3647
  416. Developing a CUA Workplace Application
  417. IBM 1990 IBM Document # GG24-3580-00
  418. Managing the Development of Object Oriented Applications 
  419. IBM 1990 IBM Document # GG24-3581-00
  420. Object Oriented Analysis of the ITSO Common Scenario 
  421. IBM 1990 IBM Document # GG24-3566
  422. CUA Evaluation
  423. IBM 1990 IBM Document # GG24-3456
  424. SAA CUA '91 Guide
  425. IBM 1991 IBM Document # SC34-4289
  426. SAA CUA '91 Reference
  427. IBM 1991 IBM Document # SC34-4290
  428. SAA - A Guide for Evaluating Applications 
  429. IBM 1991 IBM Document # G320-9803
  430. ---
  431.  
  432. 3.3) What are the "blue book", "purple book", etc? 
  433.  
  434. Date: Wed, 11 Nov 92 12:52:39 PST
  435. From: khaw@parcplace.com (Mike Khaw)
  436.  
  437. blue
  438. Goldberg, Adele, and David Robson, Smalltalk-80: The Language and Its Implementation,
  439. Addison-Wesley, 1983. ISBN 0-201-11371-6. *Out of print* orange
  440. Goldberg, Adele, Smalltalk-80: The Interactive Programming Environment, 
  441.  
  442. Addison-Wesley, 1984. ISBN 0-201-11372-4. green
  443. Krasner, Glenn, ed., Smalltalk-80: Bits of History, Words of Advice, Addison-Wesley, 1983, ISBN 0-201-11669-3 purple
  444. Goldberg, Adele, and David Robson, Smalltalk-80: The Language, Addison-Wesley, 1989, ISBN 0-201-13688-0 The books are actually cream or tan. The color referred to is the color used as the background of the illustration on the front cover (as well as for the Addison-Wesley logo on the spine). 
  445.  
  446. The purple book is an update/revision of the blue book, with the section on the abstract bytecode machine omitted (because it was out of date, according to Adele).
  447.  
  448. ----------
  449. Mike
  450.  
  451. 3.4) Who are some employers of Smalltalk programmers? 
  452.  
  453. From: johnson@m.cs.uiuc.edu (Ralph Johnson) Newsgroups: comp.lang.smalltalk
  454. Subject: Smalltalk employers file
  455. Date: 18 Sep 92 16:32:43 GMT
  456. Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL 
  457.  
  458. I've noticed a rash of job offers here (I approve of them) and decided that I should distribute my list of companies hiring Smalltalkers. I have collected this over the years and give it to my students. However, the size of the list is significantly greater than the number of my students, so I decided to make it public. I would be happy to add entries, remove entries, or make other changes to it. If you are an employer then you might want to take a look at it to see whether you like what I say about you, a
  459. nd let me know if you don't. I'll change it, though I like *short* entries and have shortened almost everything in here. 
  460.  
  461. The file is in the Smalltalk archive in /st-docs/smalltalk-jobs. You can ftp it from ftp://st.cs.uiuc.edu/pub/st-docs or you can use the e-mail archive server (see the recent FAQ). Europeans note that this will automatically show up in the Manchester archive in a day or so. 
  462.  
  463. -Ralph Johnson
  464.  
  465. 3.5) What is the Smalltalk Report?
  466.  
  467. From: mst@vexpert.dbai.tuwien.ac.at (Markus Stumptner) Newsgroups: comp.lang.smalltalk
  468. Subject: Opinions on Smalltalk Report (Summary) Date: 12 Feb 93 11:34:32 GMT
  469. Organization: DB and ES Subdivision, TU Vienna 
  470.  
  471. Ok, here are the comments I received about the Smalltalk Report. While the sample base is quite small, the response seems overwhelmingly favorable. Thanks to all who responded.
  472.  
  473. Markus
  474.  
  475. --------------------------------------------------------------------- I have subscribed since the first issue and I find it to be an excellent combination of theoretical and practical articles. John Pugh (of LaLonde and Pugh) is the editor.
  476.  
  477. On the other hand, I will warn you to expect subscription headaches with SIGS Publications. They are probably the worst I've ever dealt with and our technical librarian agrees. They are barely capable of processing a renewal let alone a new subscription or problem. --------------------------------------------------------------------- We subscribe, last issue was about 20 pages, 2 articles, 3 columns. I would call it a must read publication.
  478. --------------------------------------------------------------------- I think its pretty good. (But then I should mention, I write for it!) It tends toward intermediate, with lots of practical tips and examples. --------------------------------------------------------------------- (This was not an answer to my question, but I include it for completeness.) It is a journal published 9 times per year. Cost in US is $69. Editor with whom I deal is Paul White (white@scs.carleton.ca). The Smalltalk Report, Subsc
  479. ribers Services, Dept. SML, PO Box 3000, Denville, NJ 07834-9821.
  480. --
  481. Markus Stumptner mst@vexpert.dbai.tuwien.ac.at University of Technology Vienna vexpert!mst@relay.eu.net Paniglg. 16, A-1040 Vienna, Austria ...mcsun!vexpert!mst **
  482. Newsgroups: comp.lang.smalltalk
  483. From: knight@mrco.carleton.ca (Alan Knight) Subject: Re: Smalltalk Report
  484. Organization: Carleton University
  485. Date: Mon, 15 Feb 1993 22:30:55 GMT
  486.  
  487. The Smalltalk report
  488. Subscriber Services Dept SML
  489. PO Box 3000
  490. Denville NJ USA
  491. 07834-9821
  492.  
  493. FAX 212 274 0646
  494.  
  495. ISSN 1056-7976
  496.  
  497. US$69/year in e US
  498. US$94/year outside the US
  499.  
  500. 3.6) Is there a GNU Smalltalk tutorial?
  501.  
  502. Yes:
  503.  
  504. From: Steve Byrne
  505. Date: 28 Feb 1993 03:00:10 GMT
  506. Organization: Sun Microsystems Inc., Mountain View, CA 
  507.  
  508. Andy Valencia has very graciously provided an extended tutorial document describing the Smalltalk language with respect to GNU Smalltalk. It covers a wide variety of topics, and provides a general introduction to object oriented programming concepts.
  509.  
  510. You may FTP a copy from the usual GNU locations in a few days (after it has propagated). Currently, it may be found at: 
  511.  
  512. ftp://prep.ai.mit.edu/pub/gnu/smalltalk-tutorial.ps.gz (PostScript) -or-
  513.  
  514. ftp://prep.ai.mit.edu/pub/gnu/smalltalk-tutorial.txt.gz (ASCII) 
  515.  
  516. [Use one of the mirrors instead! See section 1.1 for info on GNU mirrors. --hg]
  517.  
  518. Check it out -- this looks really good!
  519.  
  520. Steve
  521.  
  522. 3.7) What's a summary of multiple inheritance in Smalltalk? 
  523.  
  524. From: mario@cs.man.ac.uk (Mario Wolczko) Newsgroups: comp.lang.smalltalk
  525. Subject: Re: Multiple Inheritance in Smalltalk?? Date: 20 Apr 93 12:40:27 GMT
  526. Organization: Dept Computer Science, University of Manchester, U.K. 
  527.  
  528. In article , cs331106@umbc.edu (cs331106) writes: 
  529.  
  530. I have been researching the smalltalk language, and have found conflicting reports as to whether or not smalltalk is a single or multiple inheritance style language. Any answer would be appreciated! Yes and no, mostly no. The initial versions of Smalltalk did not have multiple inheritance. An MI scheme, written entirely in Smalltalk (ie not requiring any virtual machine support), was subsequently added. It is described in
  531.  
  532. @inproceedings{BorningIngalls82:multipleinheritance, author = "A. H. Borning and D. H. H. Ingalls", address = "Pittsburgh, PA",
  533. year = 1982,
  534. booktitle = "Proceedings of National Conference on Artificial Intelligence", pages = "234-237",
  535. title = "Multiple inheritance in {S}malltalk-80" } 
  536.  
  537. This was shipped as part of the Smalltalk-80 virtual image, at least from version 2.0 (the first "public" release, I believe), through 2.3. It was removed in 2.4 (or possibly 2.5). There were several technical problems with the implementation, and it didn't look like anyone was really using it anyway. It was never thoroughly integrated into the system (eg browsers and other tools).
  538.  
  539. Mario Wolczko
  540. ______ Dept. of Computer Science Internet: mario@cs.man.ac.uk /~ ~\ The University uucp: mcsun!uknet!man.cs!mario ( __ ) Manchester M13 9PL JANET: mario@uk.ac.man.cs `-': :`-' U.K. Tel: +44-61-275 6146 (FAX: 6236) ___; ;_____________the mushroom
  541. project___________________________________ 
  542.  
  543. 3.8) What's the status of the ANSI Smalltalk standardization effort? 
  544.  
  545. [ The minutes from the the first ANSI Smalltalk meeting have been lifted out of the 'core' FAQ, but are available in the WWW FAQ. Unless available elsewise, I'll archive future ANSI Smalltalk materials I come across on XCF.Berkeley.EDU, separately. --crl]
  546.  
  547. 3.9) Have there been any studies done on performance differences between complete C++/Smalltalk (specifically ObjectWorks\Smalltalk) applications in terms of runtime and space consumption? 
  548.  
  549. See a separate document in the WWW FAQ or ftp://XCF.Berkeley.EDU/misc/smalltalk/performance. 
  550.  
  551. 3.10) Where can I learn about the history of Smalltalk? 
  552.  
  553. From: jecel@lsi.usp.br (Jecel Mattos de Assumpcao Jr. (kofuji)) Newsgroups: comp.lang.smalltalk
  554. Subject: Re: History of Smalltalk
  555. Date: 16 Dec 1993 23:31:22 GMT
  556. Organization: Laboratorio de Sistemas Integraveis - USP - Brazil Reply-To: jecel@lsi.usp.br
  557.  
  558. [The History of Programming Languages Conferences are] the best place to find out about Smalltalk history. Here is a more specific reference: 
  559.  
  560. -------------------------------------------------------- "The Early History of Smalltalk"
  561. Alan C. Kay
  562. The Second ACM SIGPLAN History of Programming Languages Conference (HOPL-II)
  563. ACM SIGPLAN Notices Vol 28 Number 3 March 1993 pp. 69-75 --------------------------------------------------------- [That issue contains preprints from the conference. It is indeed very good. In it, the editors mention that a book from the conference is forthcoming. It may be out; I haven't heard. --crl I agree that it is really great. Lots of illustrations of various kinds, the story about when Steve Jobs of Apple visited them, etc. --hg] 
  564.  
  565. 8) I've never seen the famous article within the Byte (August-1980) -- it was impossible to get information about this article or even the article itself. What was the content of this article? It's christmas soon: I *really* would like to get a copy of this article :-) 
  566.  
  567. The entire ISSUE was on Smalltalk. Do you mean to say that none of your CS libraries have August 80 Byte? Hmm, I'll have to guard mine very carefully. And I'll see what I can do to brighten your Christmas! 
  568.  
  569. Actually, the August 80 Byte was about Forth. But the August 1981 Byte has been out of print for many years, and is about the only back issue you can't get. They should reprint those articles as a book. I've just lent mine, so this is from memory:
  570.  
  571. o there are some introductory articles and some on the philosophy of the system and object oriented programming.
  572. o there are articles about the graphical programming environment ( first look at cut/copy/paste for most people ), the graphic prmitives ( first look at bitblt ) and drawing programs.
  573. o the implementation is explained, as is an older version of virtual memory.
  574. o there is an excelent article on creating data structures in Smalltalk, as well as one on creating control structures. Jecel
  575.  
  576. 3.11) How can I get the Smalltalk Resource Guide? 
  577.  
  578. Date: Mon, 10 Jan 1994 14:48:58 -0600
  579. From: johnson@cs.uiuc.edu
  580. Subject: smalltalk resource guide
  581.  
  582. Has anyone seen a publication
  583. _Smalltalk Resource Guide_ ?
  584.  
  585. It is published and distributed by
  586.  
  587. Creative Digital Solutions
  588. 293 Corbett Avenue
  589. San Francisco, CS 94114
  590. 415.621.4252 (fax and telephone)
  591. 72722.3255@compuserve.com
  592. cds.sem@applelink.apple.com
  593.  
  594. The price is $45, and if you use Smalltalk professionally (i.e. if it is worth money to you to know about Smalltalk) then you should get it. I was surprised to see so many packages I didn't know about in it. 
  595.  
  596. As they say about themselves:
  597.  
  598. The Smalltalk Resource Guide is the only Smalltalk-specific directory of Smalltalk products and services. it includes products, third-party tools, user groups, electronic resources, distributors, publications, trade shows, professional organizations, and more. It is updated as necessary. 
  599.  
  600.  
  601. -Ralph Johnson
  602.  
  603. _________________________________________________________________________ ______________________________
  604.  
  605. 4.0) [Programming issues]
  606.  
  607. 4.1) What are some "classic Smalltalk bugs", both in the system and programmer domains?
  608.  
  609. See
  610. ftp://st.cs.uiuc.edu/pub/st-docs/classic-bugs, and the equivalent place on the Manchester archive: 
  611. ftp://mushroom.cs.man.ac.uk/pub/goodies/uiuc/st-docs/classic-bugs (see question 1.2 above for details).
  612.  
  613. 4.2) How do I use Pool dictionaries?
  614.  
  615. [Following is a 'tutorial' of sorts about Pool dictionaries. --crl] 
  616.  
  617. Newsgroups: comp.lang.smalltalk
  618. From: steinman@hslrswi.hasler.ascom.ch (Jan Steinman, Bytesmiths) Organization: Bytesmiths, a technical services company Date: Thu, 22 Jul 1993 10:51:14 GMT
  619.  
  620. [Someone] writes:
  621.  
  622. >Firstly I just can't seem to figure out how to define "Pool 
  623. Dictionaries".
  624.  
  625.  
  626. They must exist as a global Dictionary first. 
  627.  
  628. (Smalltalk includesKey: #MyNewPool) ifFalse: 
  629. [Smalltalk at: #MyNewPool put: Dictionary new] 
  630.  
  631. Since the individual pool variables are actually stored as Associations in the using method's literal array (this is important to remember!), using a Dictionary instead of an IdentityDictionary is needed here. Note the existance test -- if you simply create a new pool Dictionary when one already exists, all the methods that refer to pool variables will continue to refer to the old ones. This causes no end of confusion! 
  632.  
  633. Then plop 'MyNewPool' into your class definition. 
  634.  
  635. >Also my understanding of Pool Variables is that they have to be 
  636. "constant" >objects, i.e. objects which do not change values, and you just want to share >them among objects without having to explicitly pass them.
  637.  
  638. Not exactly. As I mentioned, the pool Dictionary Association is what is held. This means that you can change the value of a Pool Variable at will, with any object, as long as you don't replace the Association in the global Dictionary.
  639.  
  640. One source of problems is to declare a pool global as an IdentityDictionary, which doesn't actually store Associations; it makes them up on the fly whenever asked for one. In this case, each user of a pool variable will have a different copy, and changing one will not change the others.
  641.  
  642. Another common problem is forward declarations and file-in. Your global Dictionary and all the keys you will use *must* be declared prior to file-in, or else the filed-in code will refer to Associons in Undeclared, rather than in your global Dictionary. It's possible to swizzle the Association from Undeclared to the proper pool, but it's better to just make sure it exists first.
  643.  
  644. I have an object called "Blackbaord", and I want other objects in my system to have access to its current state. These objects not only acess the Blackboard but also send messages to update the blackboard. 
  645.  
  646. This sounds like a simple global to me. Two reasons why you might prefer pools:
  647.  
  648. 1) you want to limit their scope to a defined set of unrelated classes (and their subclasses), or
  649.  
  650. 2) you have more than one object to share, and you don't want to clutter the global name space.
  651.  
  652. Pool variables provide an efficient solution to a whole class of problems, but they are little understood, and poorly supported. The compiler could do a lot of the monkey-business that programmers presently have to manage when they use pool variables. 
  653.  
  654. Jan Steinman, Bytesmiths
  655. 2002 Parkside Court, West Linn, OR 97068-2767 USA, +1 503 657 7703 Friedlistrasse 19, CH-3006, Bern, Switzerland, +41 31 999 3946 
  656.  
  657. 4.3) When browsing sources, I see 't1', 't2', etc., instead of semantically relevant variable names. What's going on? 
  658.  
  659. From: Arno Breunese On Oct 4th, [someone] said: 
  660.  
  661. Before using VW-1.0a/OW-4.1 on Solaris, I tried an old version of OW (2.5) on Mac. One thing I did REALLY appreciate was the self documenting environment. Indeed almost each class and method from the standard ST environment was commented and all formal arguments had clear names. Also, the explain command was very helpful. On Sun, I had the nasty surprise to see that formal parameters are now all named t1, t2, t3, ... and that there are no more comments. This is very bad news!! So my question is: did I miss
  662.  some crucial point when installing VW/OW or is it just a new product policy from ParcPlace? I would be very interested to hear from other people having the same problem and from someone working at PP. 
  663.  
  664. I'm sorry to say, but it's your own fault. And you are not alone in making this mistake (see previous postings to this newsgroup). What happens is this:
  665.  
  666. In ParcPlace Smalltalk (OW/VW), the source of all code in the image is kept in two files: the sources file (containing the code of the basic classes provided with the installation) and the changes file (with all the changes and additions you made to the originally installed sources). When you are browsing code, the System Browser (or anything else you use to browse) looks in the global variable SourceFiles to find the sources and changes files. If these are present, you will see the code as it was original
  667. ly entered, with nice argument names, with comments etc. If the entries in SourceFiles refer to non-existent files, or if they are nil, then the code is reconstructed from the bytecode. Obviously, no names and no comments can be reconstructed. That's were the t1, t2, ... come from. 
  668.  
  669. What you should do is open a System Workspace (which contains hints to change the SourceFiles global) or open an Inspector on SourceFiles rightaway. Then make sure that these variables point to existing files. You have to take care that the set of sources file, changes file and image file are belonging together. Using a changes file from a different project leads to _really_strange_ effects! 
  670.  
  671. Arno Breunese,
  672. Control Laboratory,
  673. Department of Electrical Engineering,
  674. University of Twente,
  675. PO Box 217,
  676. 7500 AE Enschede,
  677. The Netherlands
  678.  
  679. e-mail bne@rt.el.utwente.nl
  680.  
  681. 4.4) What happened to >>deepCopy in ParcPlace Smalltalk? 
  682.  
  683. Newsgroups: comp.lang.smalltalk
  684. From: eanv20@castle.ed.ac.uk (John Woods) Subject: Re: deepCopy in St80 4.1
  685. Organization: Edinburgh University
  686. Date: Fri, 3 Dec 1993 10:55:31 GMT
  687.  
  688. piplani@rainbow.ecn.purdue.edu (Rajesh Piplani) writes: 
  689.  
  690. To all the smalltalk-80 gurus out there: I need to make deep copy of an object. The book on smalltalk-80 (The language) talks about the existence of this method (deepCopy), but my installation on unix (release 4.1) does not have it. Could somebody help me out? I basically need to copy an object with its own instance variables.
  691.  
  692. Raj
  693. deepCopy was removed from 4.1 because of problems (cyclic dependencies and other things broke it). You can file it in from the backward compatability files in the distribution. Or you can implement your own method --- a couple of good-looking ones have been posted here recently. Check the archives.
  694.  
  695. ... John Woods
  696.  
  697. **
  698.  
  699. Newsgroups: comp.lang.smalltalk
  700. From: dcr0@speedy.gte.com (Dave Robbins) Subject: Re: deepCopy in St80 4.1
  701. Reply-To: drobbins@gte.com
  702. Organization: GTE Laboratories Incorporated Date: Fri, 3 Dec 1993 21:01:52 GMT
  703.  
  704. I would suggest implementing a postCopy method in the class whose instance variables need to be copied. Object>shallowCopy invokes postCopy after completing the basic copying; code in postCopy can then make copies of the instance variables:
  705.  
  706. postCopy    super postCopy.
  707. instanceVariable1 := instanceVariable1 copy. instanceVariable2 := instanceVariable2 copy 
  708.  
  709. and so on. Browse all implementers of postCopy to see examples of how this is done in quite a few classes in the 4.1 image. 
  710.  
  711. The 4.1 Release Notes explain (pages 13 and 34) that deepCopy was removed, and why. In particular, note on page 34 the statement that deepCopy won't even be available as backward-compatibility code in the successor to 4.1.
  712.  
  713. Dave Robbins GTE Laboratories Incorporated drobbins@gte.com 40 Sylvan Rd.
  714. ...!harvard!bunny!drobbins Waltham, MA 02254 _________________________________________________________________________ ______________________________
  715.  
  716. 5.0) ["Vendor"-specific issues]
  717.  
  718. 5.1) How compatible is GNU Smalltalk with Smalltalk-80 (or SmalltalkV)? 
  719.  
  720. From: Steve Byrne
  721. Newsgroups: comp.lang.smalltalk
  722. Subject: Re: GNU Smalltalk Compatibility Date: 12 Dec 92 00:52:04
  723. Organization: FSF hackers, Smalltalk division 
  724.  
  725. In article irvine@ntmtv.UUCP (Chuck Irvine) writes: 
  726.  
  727. How compatible is GNU Smalltalk with Smalltalk-80 (or SmalltalkV)? Just curious.
  728. Thanks
  729.  
  730. This is probably in the FAQ list [it is now... --crl], but here goes anyway. GNU Smalltalk tries to be syntax compatible with the language described in the blue/purple book (ST-80: the Language*). I think the only discrepancy is that GNU Smalltalk doesn't allow block local temporary variables.
  731.  
  732. Steve
  733.  
  734. [Note, however, that the class library for GNU Smalltalk is very much in its infancy. Most importantly, it has little in the way of graphical user-interface classes. --crl]
  735.  
  736. 5.2)* How do I contact producers of various Smalltalk implementations? 
  737.  
  738. Digitalk may be reached at {info, sales}@digitalk.com. ParcPlace may be reached at {info, sales}@parcplace.com. QKS:s home page is at http://www.qks.com , and they can be contacted at info@qks.com.
  739.  
  740. Newsgroups: comp.lang.smalltalk
  741. From: mjb@netcom.com (Martin Brown)
  742. Subject: FYI: new Digitalk addresses
  743. Organization: NETCOM On-line Communication Services (408 241-9760 guest) Date: Tue, 21 Sep 1993 09:10:44 GMT
  744.  
  745. Digitalk:
  746.  
  747. Effective Monday, September 20, all Digitalk departments EXCEPT development, support and documentation have moved to brand-new, shining corporate offices in Orange County, CA. The new address and phone: 
  748.  
  749. Digitalk, Inc.
  750. 5 Hutton Center
  751. Santa Ana, CA 92707-5754
  752. 714-513-3000 (phone)
  753. 714-513-3100 (fax)
  754.  
  755. Digitalk also has offices in Portland, Chicago and New York. The numbers are:
  756.  
  757. Digitalk Portland (training, consulting) 503-691-0800 (phone)
  758. 503-691-2742 (fax)
  759.  
  760. Digitalk Chicago (sales)
  761. 312-444-2065 (phone)
  762. 312-641-3096 (fax)
  763.  
  764. Digitalk New York (sales)
  765. 212-808-3068 (phone)
  766. 212-808-3020 (fax)
  767.  
  768. [message ends]
  769.  
  770. ParcPlace:
  771.  
  772. ParcPlace information may be reached at info@parcplace.com. 
  773.  
  774. From: Alistair Grant
  775. Date: 6-MAY-1994 08:11:26.23
  776. Subj: ParcPlace Aus. & NZ distributors for ST FAQ 
  777.  
  778. Hi--
  779.  
  780. We are the Australian and New Zealand distributors of ParcPlace products. As we have had a few people mention that getting contact details for us was not easy I thought I would pass on the following for inclusion in the Smalltalk FAQ, if you are interested:
  781.  
  782. ParcPlace Australian and New Zealand distributors: 
  783.  
  784. MITS Ltd.
  785. 13th Floor
  786. 474 Flinders St.
  787. Melbourne, 3000
  788. Australia
  789. Phone: +61 3 613 9000
  790. Fax: +61 3 613 9500
  791. E-Mail: pps-info@mits.com.au
  792. ask for Richard Doherty
  793.  
  794. Cheers,
  795.  
  796. Alistair
  797.  
  798. Internet: alistair@mits.com.au
  799. Phone: +61 3 613 9005
  800. Mobile: 018 594 347
  801.  
  802. [feel free to contribute additional info --crl] 
  803.  
  804. 5.3) How can I get information about HP distributed Smalltalk? 
  805.  
  806. Newsgroups: comp.lang.smalltalk
  807. From: blank@faw.uni-ulm.de (Karlheinz Blank) Organization: FAW (Research Institute For Applied Knowledge Processing, Ulm, Germany)
  808. Date: Wed, 25 Aug 1993 07:10:34 GMT
  809.  
  810. You can get information about HP-Distributed Smalltalk From: 
  811.  
  812. Public Relations Department
  813. 3000 Hanover Street
  814. Palo Alto, California 94304
  815. (408) 447-5330
  816. Karlheinz Blank, Research Institute for Applied Knowledge Processing Internet: BLANK@faw.uni-ulm.de
  817.  
  818. _________________________________________________________________________ ______________________________
  819.  
  820. 6.0) [Smalltalk implementation issues]
  821.  
  822. 6.1) Is Smalltalk interpreted or compiled? 
  823.  
  824. [Be prepared for more material on this issue. I've got tons of it, staring at me at this very moment. I'm starting off with this one mainly because it's short... again, please feel free to submit. In particular, the whole issue of just what constitutes "interpreting" is still debated. --crl]
  825.  
  826. From: khaw@parcplace.com
  827. Newsgroups: comp.lang.smalltalk
  828. Subject: Re: Smalltalk on PC/Compiling
  829. Date: 12 Jun 93 17:55:40 GMT
  830. Organization: ParcPlace Systems, Inc.
  831.  
  832. [a poster who requests anonymity] writes: 
  833.  
  834. ...
  835.  
  836. 4 - Is there a SmallTalk compiler available for Dos? Not as such... Smalltalk is a P-Machine
  837. ...
  838. 6 - Is there such a thing as a SmallTalk compiler? As I said above, it's a P-Machine, not exactly a compiler. ...
  839.  
  840. The term "P-machine" implies that Smalltalk implementations interpret pseudo-code. In the first place, interpretation/compilation is not a language feature but rather an implementation choice. In the second place, ParcPlace Smalltalk does not interpret bytecode. 
  841.  
  842. What happens as a result of a message send in ParcPlace Smalltalk is: 
  843.  
  844. o first the system checks to see if the method has already been translated to machine code that has been cached in memory o if the native machine code form is in the cache, the system executes that machine code
  845. o if the cache doesn't contain a translated form of the method, the system dynamically compiles the method's bytecode into native machine code, storing into the cache, and then executes the code from the cache. 
  846.  
  847.  
  848. Dynamic translation yields the benefits of the execution speed of compiled code and the space compactness of bytecode. If all the code in a running Smalltalk image were kept purely in the form of compiled machine code, the image would consume 5-10 times as much memory, and therefore could in fact degrade performance on a virtual memory system by causing increased paging.
  849.  
  850. --
  851.  
  852. Michael Khaw khaw@parcplace.com (or khaw%parcplace.com@netcom.com) ParcPlace Systems, Sunnyvale, CA PRODUCT INFO: info@parcplace.com 
  853.  
  854. _________________________________________________________________________ _____
  855.  
  856. end
  857. -- 
  858. -----------------------------------------------------------------------------
  859. Craig R. Latta          |  Experimental Computing Facility, UC Berkeley (XCF)
  860. Composer and            |  Atari Games Audio Group         <Latta@AGames.COM>
  861.     Computer Scientist  |  The NetJam Project            <NetJam-request@XCF>
  862. Craig.Latta@NetJam.ORG  |  The Smallmusic Project    <Smallmusic-request@XCF>
  863. (standard  disclaimer)  |  Biggles' Home for the Oversubscribed (wanna join?)
  864. -----------------------------------------------------------------------------
  865.